home *** CD-ROM | disk | FTP | other *** search
/ Die Ultimative Software-P…i Collection 1996 & 1997 / Die Ultimative Software-Pakete CD-ROM fur Atari Collection 1996 & 1997.iso / g / gnu_c / 0readme next >
Encoding:
Text File  |  1996-11-03  |  945 b   |  25 lines

  1. Here is a short description of the files in this directory.
  2.  
  3. The gcc-versions are cross-compiled on many spark-stations and linked
  4. with the latest version of the MiNTLIB.
  5.  
  6. You will need gcc???ba.zoo (assembler, compiler, preprocessor) and
  7. utlbin??.zoo (linker and some other utils).
  8. Optional is gcc???bb.zoo (the c++-compiler).
  9.  
  10. You will also need a library, so get the libolb* and includ* files
  11. from Gnulib/ or the mntolb* and mntinc* files from Mintlib/
  12.  
  13. In Gpluslib there is the C++-library. You need the files g++inc* and
  14. g++olb*. The file g++20o* is a special library linked for TTs (no
  15. falcons as a M68881 is required!)
  16.  
  17. Copy binaries to a dir called ...\bin, libraries to ...\lib,
  18. C-include-files to ...\include and C++-include-files to ...\g++inc.
  19. Include the ...\bin-dir in your PATH-environment-variable and also set
  20. the following variables:
  21. GCC_EXEC_PREFIX to ...\bin\gcc-
  22. GNUINC to ...\include
  23. GXXINC to ...\g++inc
  24. GNULIB to ...\lib
  25.